home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / mv.arc / MV.DOC
Encoding:
Text File  |  1985-05-01  |  1.4 KB  |  45 lines

  1.  
  2.  
  3.                 Omen Technology Inc
  4.  
  5. NAME
  6.         mv - move or rename files
  7.  
  8. SYNOPSIS:
  9.  
  10.         mv file1 file2
  11.  
  12.         mv file ... directory
  13.  
  14.         Mv changes the name of file1 to file2.  Mv attempts to use the
  15.         DOS rename function to change the file name.  If DOS indicates
  16.         the source and destination are on different devices, the file
  17.         is copied and then deleted.  If DOS indicates file2 exists, mv
  18.         attempts to determine whether file1 and file2 are the same file.
  19.         If they appear different, mv deletes file2 and then performs
  20.         the mv function.
  21.  
  22.         The second command form moves one or more files (wildcards OK)
  23.         to the destination disk and/or directory.
  24.  
  25.  
  26. BUGS:
  27.         DOS 2.x Only.
  28.  
  29.         Wildcards allowed on the file name part only.
  30.  
  31.         Time, date, and file attributes are not preserved in copy operations.
  32.  
  33.         Mv checks the identity of file1 and file2 by comparing file length,
  34.         date, time, and attribute.  A better methoud would be to compare
  35.         the device and starting FAT number, but, alas, Microsoft didn't
  36.         understand the Unix(TM) stat call when they made the "Unix style"
  37.         DOS 2.x calls.
  38.  
  39.         This program may be freely distributed but not sold.
  40.  
  41.  
  42. Press ENTER to continue: x style"
  43.         DOS 2.x calls.
  44.  
  45.         This program may be freely distri